Other Structures

The following structures are available globally.

  • [Internal] Used for handling fatal errors inside library.

    See more

    Declaration

    Swift

    public struct FatalErrorUtil
  • Used to populate stubbed method with sequence of events. Call it’s methods, to record subsequent stub return values.

    See more

    Declaration

    Swift

    public struct Stubber<ReturnedValue>
  • Used to populate stubbed method with sequence of events. Call it’s methods, to record subsequent stub return/throw values.

    See more

    Declaration

    Swift

    public struct StubberThrows<ReturnedValue>